| 125 |
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM sm_product p LEFT JOIN sm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN sm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN sm_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN sm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN sm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN sm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN sm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN sm_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=45 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN sm_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
7.566
ms
|
1770219360 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:189 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `sm_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `sm_hook_alias` ha
INNER JOIN `sm_hook` h ON ha.name = h.name |
4.994
ms
|
0 |
|
|
/classes/Hook.php:1565
/classes/Hook.php:244 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:43 (getIdByName)
/classes/tax/TaxManagerFactory.php:22 (execHookTaxManagerFactory)
/classes/Product.php:3671 (getManager)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `sm_module` m
INNER JOIN sm_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `sm_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `sm_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `sm_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` |
1.738
ms
|
490 |
Yes
|
Yes
|
/classes/Hook.php:1497
/classes/Hook.php:802 (getAllHookRegistrations)
/classes/Hook.php:945 (getHookModuleExecList)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 505 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 121) AND (b.`id_shop` = 1) LIMIT 1 |
1.122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7892a3_69623555)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 240 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9116 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9116 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.982
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 651 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `sm_category` c
INNER JOIN sm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `sm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `sm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `sm_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.977
ms
|
181 |
Yes
|
Yes
|
/classes/Category.php:795
/modules/ps_categorytree/ps_categorytree.php:141 (getNestedCategories)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:255 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 138 |
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 `sm_hook_module` hm
STRAIGHT_JOIN `sm_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `sm_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
0.878
ms
|
494 |
|
|
/classes/Hook.php:488
/classes/Hook.php:535 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:43 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:22 (execHookTaxManagerFactory)
/classes/Product.php:3671 (getManager)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 146 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9275 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9275 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.830
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 163 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9264 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9264 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.816
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 170 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9263 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9263 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.815
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 180 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9190 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9190 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.807
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 245 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9115 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9115 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.805
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 215 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9132 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9132 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.792
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 151 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9273 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9273 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.787
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 185 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9187 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9187 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.775
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 158 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9268 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9268 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.773
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 190 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9185 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9185 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.769
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 205 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9138 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9138 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.768
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 230 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9119 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9119 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.763
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 235 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9118 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9118 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.762
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 200 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9140 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9140 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.750
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 195 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9144 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9144 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.748
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 225 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9125 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9125 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.743
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 220 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9127 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9127 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.717
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 175 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9193 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9193 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.707
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 210 |
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `sm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9134 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `sm_cart_product` cp JOIN `sm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `sm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9134 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.707
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1
INNER JOIN `sm_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1)
WHERE c.active=1
AND c.id_category IN(3,10,28,34,46,54,60)
GROUP BY c.id_category
ORDER BY c.position ASC,c.id_category ASC |
0.680
ms
|
7 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:171
/modules/ets_megamenu/ets_megamenu.php:1381 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (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 `sm_configuration` c
LEFT JOIN `sm_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
0.667
ms
|
1096 |
|
|
/classes/Configuration.php:162
/classes/Configuration.php:210 (loadConfiguration)
/classes/Configuration.php:283 (get)
/classes/shop/Shop.php:379 (getMultiShopValues)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 452 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1
INNER JOIN `sm_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1)
WHERE c.active=1
AND c.id_category IN(99,117,128,136,75,70,65)
GROUP BY c.id_category
ORDER BY c.position ASC,c.id_category ASC |
0.650
ms
|
7 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:171
/modules/ets_megamenu/ets_megamenu.php:1381 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 733 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `sm_category_product` cp
LEFT JOIN `sm_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `sm_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN sm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (9275,9273,9268,9264,9263,9193,9190,9187,9185,9144,9140,9138,9134,9132,9127,9125,9119,9118,9116,9115) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC |
0.598
ms
|
60 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:379 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (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 sm_shop_group gs
LEFT JOIN sm_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN sm_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.588
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:696
/classes/shop/Shop.php:755 (cacheShops)
/classes/Configuration.php:280 (getShops)
/classes/shop/Shop.php:379 (getMultiShopValues)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 652 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `sm_category` c
LEFT JOIN `sm_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.580
ms
|
1 |
|
|
/classes/Category.php:2227
/classes/Category.php:1125 (getCategoriesWithoutParent)
/classes/Category.php:1577 (getRootCategory)
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:255 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `sm_category` c
INNER JOIN sm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `sm_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `sm_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 117
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.576
ms
|
10 |
Yes
|
Yes
|
/classes/Category.php:926
/controllers/front/listing/CategoryController.php:260 (getSubCategories)
/controllers/front/listing/CategoryController.php:145 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 656 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9275) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.571
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1
INNER JOIN `sm_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1)
WHERE c.active=1
AND c.id_category IN(141,145,159,162,174)
GROUP BY c.id_category
ORDER BY c.position ASC,c.id_category ASC |
0.552
ms
|
5 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:171
/modules/ets_megamenu/ets_megamenu.php:1381 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 688 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9125) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.512
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 696 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9115) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.510
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `sm_meta` m
LEFT JOIN `sm_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.486
ms
|
43 |
Yes
|
|
/classes/Dispatcher.php:623
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 666 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9263) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.482
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 686 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9127) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.481
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 690 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9119) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.481
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 660 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9273) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.478
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 664 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9264) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.473
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 694 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9116) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.461
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 682 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9134) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.458
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 678 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9140) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.448
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 684 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9132) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.448
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `sm_lang` l
JOIN sm_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.445
ms
|
1 |
|
|
/classes/Language.php:1184
/classes/Language.php:1488 (countActiveLanguages)
/classes/Dispatcher.php:489 (isMultiLanguageActivated)
/classes/Dispatcher.php:222 (setRequestUri)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 668 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9193) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.435
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 680 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9138) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.433
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 662 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9268) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.432
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 672 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9187) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.422
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-08-21 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM sm_product p
LEFT JOIN sm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN sm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN sm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9275,9273,9268,9264,9263,9193,9190,9187,9185,9144,9140,9138,9134,9132,9127,9125,9119,9118,9116,9115) |
0.413
ms
|
20 |
|
|
/classes/ProductAssembler.php:81
/classes/ProductAssembler.php:191 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 692 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9118) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.403
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM sm_layered_category
WHERE controller = 'category'
AND id_category = 117
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.402
ms
|
1 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:166 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 674 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9185) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.400
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 676 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9144) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.400
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 77 |
UPDATE `sm_configuration` SET `value` = NULL,`date_upd` = '2026-08-21 15:59:24' WHERE `name` = 'PS_ACCOUNTS_OAUTH2_SERVICE_LAST_FAILURE_TIME' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.386
ms
|
1 |
|
|
/classes/Configuration.php:465
/classes/Configuration.php:400 (updateValue)
/modules/ps_accounts/src/Adapter/Configuration.php:194 (updateGlobalValue)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:125 (setGlobal)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:100 (set)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:79 (setLastFailureTime)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:59 (reset)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:235 (call)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:97 (getSafeResponse)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:250 (post)
/modules/ps_accounts/src/Account/Session/ShopSession.php:203 (getAccessTokenByClientCredentials)
/modules/ps_accounts/src/Account/Session/ShopSession.php:130 (getAccessToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Account/Session/ShopSession.php:114 (getValidToken)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 670 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `sm_product_attribute` pa
INNER JOIN sm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `sm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `sm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `sm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `sm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9190) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.377
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:250 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 704 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM sm_link_block lb
INNER JOIN sm_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.364
ms
|
2 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE data FROM sm_layered_filter_block WHERE hash="039d9297c8745ba066f252e4053c56c2" LIMIT 1 |
0.352
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:213 (getFromCache)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `sm_hook` h
WHERE (h.active = 1) |
0.329
ms
|
1233 |
|
|
/classes/Hook.php:1605
/classes/Hook.php:903 (getHookStatusByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM sm_shop_url su
LEFT JOIN sm_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'cayuelaonline.es' OR su.domain_ssl = 'cayuelaonline.es')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.285
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1372
/classes/shop/Shop.php:336 (findShopByHost)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 507 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 119) AND (b.`id_shop` = 1) LIMIT 1 |
0.279
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7892a3_69623555)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.266
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:231
/src/Adapter/Module/ModuleDataProvider.php:203 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:291 (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_checkout9553FrontContainer.php:2186 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 120) AND (b.`id_shop` = 1) LIMIT 1 |
0.264
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7892a3_69623555)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `sm_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/shop/Shop.php:126 (__construct)
/classes/shop/Shop.php:412 (__construct)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 340 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=10 AND c.id_category!=10
ORDER BY c.position ASC,c.id_category ASC |
0.237
ms
|
17 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=128 AND c.id_category!=128
ORDER BY c.position ASC,c.id_category ASC |
0.232
ms
|
8 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9275
ORDER BY `position` |
0.227
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `sm_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 9275 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-21 15:59:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-21 15:59: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.227
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `sm_hook` |
0.224
ms
|
1233 |
|
|
/classes/Hook.php:1565
/classes/Hook.php:244 (getAllHookIds)
/classes/Hook.php:954 (getIdByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 311 |
SELECT SQL_NO_CACHE 1 FROM `sm_cart_rule` WHERE ((date_to >= "2026-08-21 00:00:00" AND date_to <= "2026-08-21 23:59:59") OR (date_from >= "2026-08-21 00:00:00" AND date_from <= "2026-08-21 23:59:59") OR (date_from < "2026-08-21 00:00:00" AND date_to > "2026-08-21 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/CartRule.php:380
/classes/CartRule.php:412 (haveCartRuleToday)
/classes/Cart.php:3117 (getCustomerCartRules)
/classes/Cart.php:3443 (getDeliveryOptionList)
/classes/Cart.php:3522 (getDeliveryOption)
/src/Core/Cart/Fees.php:76 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:336 (processCalculation)
/src/Core/Cart/Calculator.php:137 (calculateFees)
/classes/Cart.php:2288 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:126 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/b0/54/2f/b0542f81ab01d38ce394e896d45a2c6db56533dc_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6d1d14_54365577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/85/ab/96/85ab96a8c8ddd0b21d1730fbe6f5341d2f8d8964_2.file.head.tpl.php:381 (_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/cayuela9layouts_layout_left_column_tpl/85/ab/96/85ab96a8c8ddd0b21d1730fbe6f5341d2f8d8964_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6c2579_58575253)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:142 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=99 AND c.id_category!=99
ORDER BY c.position ASC,c.id_category ASC |
0.212
ms
|
17 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9127) AND (b.`id_shop` = 1) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=114 AND c.id_category!=114
ORDER BY c.position ASC,c.id_category ASC |
0.206
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `sm_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 9268 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-21 15:59:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-21 15:59: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.201
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 127) AND (b.`id_shop` = 1) LIMIT 1 |
0.200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7892a3_69623555)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `sm_specific_price` WHERE `id_product` != 0 |
0.199
ms
|
740 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:347 (filterOutField)
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=145 AND c.id_category!=145
ORDER BY c.position ASC,c.id_category ASC |
0.194
ms
|
13 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=31 AND c.id_category!=31
ORDER BY c.position ASC,c.id_category ASC |
0.188
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.187
ms
|
740 |
|
|
/classes/SpecificPrice.php:284
/classes/SpecificPrice.php:347 (filterOutField)
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE * FROM `sm_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.186
ms
|
7 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1572 (getNoPictureImage)
/classes/controller/FrontController.php:1724 (getTemplateVarUrls)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE m.*,ml.title,ml.link,ml.bubble_text
FROM `sm_ets_mm_menu` m
INNER JOIN `sm_ets_mm_menu_shop` ms ON (m.id_menu =ms.id_menu AND ms.id_shop='1')
LEFT JOIN `sm_ets_mm_menu_lang` ml
ON m.id_menu=ml.id_menu AND ml.id_lang=1
WHERE 1 AND m.enabled=1
ORDER BY m.sort_order asc |
0.186
ms
|
3 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Menu.php:503
/modules/ets_megamenu/ets_megamenu.php:1835 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=93 AND c.id_category!=93
ORDER BY c.position ASC,c.id_category ASC |
0.186
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 711 |
SELECT SQL_NO_CACHE *
FROM sm_meta m
LEFT JOIN sm_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.186
ms
|
2 |
|
|
/classes/Meta.php:161
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `sm_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 9263 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-08-21 15:59:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-08-21 15:59: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.184
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE tr.*
FROM `sm_tax_rule` tr
JOIN `sm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 8
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.179
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:77
/classes/Product.php:3672 (getTaxCalculator)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=3 AND c.id_category!=3
ORDER BY c.position ASC,c.id_category ASC |
0.179
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9273) AND (b.`id_shop` = 1) LIMIT 1 |
0.172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a0
LEFT JOIN `sm_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 45) AND (a0.`nright` > 66) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.168
ms
|
23 |
|
|
/classes/PrestaShopCollection.php:361
/classes/PrestaShopCollection.php:418 (getAll)
/controllers/front/listing/CategoryController.php:288 (rewind)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:550 (getBreadcrumb)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 151) AND (b.`id_shop` = 1) LIMIT 1 |
0.168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7f7559_46544820)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 122) AND (b.`id_shop` = 1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7892a3_69623555)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9275) AND (b.`id_shop` = 1) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=75 AND c.id_category!=75
ORDER BY c.position ASC,c.id_category ASC |
0.165
ms
|
23 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM sm_shop s
LEFT JOIN sm_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.164
ms
|
1 |
|
|
/classes/shop/Shop.php:195
/classes/shop/Shop.php:129 (setUrl)
/classes/shop/Shop.php:412 (__construct)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 471 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 100) AND (b.`id_shop` = 1) LIMIT 1 |
0.164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE * FROM `sm_currency` c ORDER BY `iso_code` ASC |
0.163
ms
|
1 |
Yes
|
|
/classes/Currency.php:688
/src/Adapter/Currency/CurrencyDataProvider.php:64 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:69 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `sm_module` m
LEFT JOIN `sm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.162
ms
|
102 |
|
|
/classes/module/Module.php:325
/modules/ps_checkout/ps_checkout.php:117 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1105 (getInstanceByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 287 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9134
ORDER BY `position` |
0.161
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE 1 FROM sm_cart_product cp INNER JOIN sm_product p
ON (p.id_product = cp.id_product) INNER JOIN sm_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.160
ms
|
1 |
|
|
/classes/Cart.php:4360
/classes/Cart.php:4341 (hasProducts)
/classes/Cart.php:2223 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:126 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/b0/54/2f/b0542f81ab01d38ce394e896d45a2c6db56533dc_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6d1d14_54365577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/85/ab/96/85ab96a8c8ddd0b21d1730fbe6f5341d2f8d8964_2.file.head.tpl.php:381 (_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/cayuela9layouts_layout_left_column_tpl/85/ab/96/85ab96a8c8ddd0b21d1730fbe6f5341d2f8d8964_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6c2579_58575253)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:142 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 665 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9264 AND `enabled` = 1 LIMIT 1 |
0.158
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc709119_29923297)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=21 AND c.id_category!=21
ORDER BY c.position ASC,c.id_category ASC |
0.154
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9132) AND (b.`id_shop` = 1) LIMIT 1 |
0.152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) AND (b.`id_shop` = 1) LIMIT 1 |
0.151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc74aba2_21388069)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 740 |
INSERT INTO `sm_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.151
ms
|
1 |
|
|
/classes/ObjectModel.php:524
/classes/ObjectModel.php:469 (add)
/classes/Guest.php:236 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:379 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 697 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9115 AND `enabled` = 1 LIMIT 1 |
0.151
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE 1 FROM `sm_cart_rule` WHERE ((date_to >= "2026-08-21 00:00:00" AND date_to <= "2026-08-21 23:59:59") OR (date_from >= "2026-08-21 00:00:00" AND date_from <= "2026-08-21 23:59:59") OR (date_from < "2026-08-21 00:00:00" AND date_to > "2026-08-21 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/CartRule.php:380
/classes/CartRule.php:412 (haveCartRuleToday)
/classes/CartRule.php:593 (getCustomerCartRules)
/classes/Cart.php:541 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:310 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/b0/54/2f/b0542f81ab01d38ce394e896d45a2c6db56533dc_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6d1d14_54365577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/85/ab/96/85ab96a8c8ddd0b21d1730fbe6f5341d2f8d8964_2.file.head.tpl.php:381 (_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/cayuela9layouts_layout_left_column_tpl/85/ab/96/85ab96a8c8ddd0b21d1730fbe6f5341d2f8d8964_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6c2579_58575253)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:142 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 117) AND (b.`id_shop` = 1) LIMIT 1 |
0.148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/controllers/front/listing/CategoryController.php:67 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE *
FROM `sm_tax_lang`
WHERE `id_tax` = 32 |
0.148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/tax/TaxRulesTaxManager.php:93 (__construct)
/classes/Product.php:3672 (getTaxCalculator)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 136 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9275) |
0.147
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9134) AND (b.`id_shop` = 1) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 321 |
UPDATE `sm_configuration` SET `value` = '2026-08-22 15:59:24',`date_upd` = '2026-08-21 15:59:24' WHERE `name` = 'ETS_MM_CACHE_TIME_CLEAR' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/Configuration.php:465
/modules/ets_megamenu/ets_megamenu.php:1834 (updateValue)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 129) AND (b.`id_shop` = 1) LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc79bdb6_17856769)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1 |
0.142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7243b6_09152332)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=174 AND c.id_category!=174
ORDER BY c.position ASC,c.id_category ASC |
0.142
ms
|
5 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `sm_module` m
LEFT JOIN `sm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.141
ms
|
102 |
|
|
/classes/module/Module.php:325
/modules/loginbymobile/loginbymobile.php:52 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1105 (getInstanceByName)
/classes/Dispatcher.php:327 (exec)
/index.php:66 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=136 AND c.id_category!=136
ORDER BY c.position ASC,c.id_category ASC |
0.140
ms
|
5 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=55 AND c.id_category!=55
ORDER BY c.position ASC,c.id_category ASC |
0.140
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 148 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9273) |
0.139
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=34 AND c.id_category!=34
ORDER BY c.position ASC,c.id_category ASC |
0.139
ms
|
11 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 638 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 145) AND (b.`id_shop` = 1) LIMIT 1 |
0.139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc801ad5_22424954)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE value FROM `sm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.138
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:274
/modules/ps_accounts/src/Adapter/Configuration.php:227 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Account/StatusManager.php:107 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:216 (identityCreated)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:161 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:263 (isUserAuthenticatedOnAccounts)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:288 (getAccountsShopUuid)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9268) AND (b.`id_shop` = 1) LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
0.137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc72ea01_84700715)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `sm_lang` l
LEFT JOIN `sm_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.136
ms
|
1 |
|
|
/classes/Language.php:1050
/config/config.inc.php:132 (loadLanguages)
/index.php:20 (require_once)
|
| 304 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9116) AND (b.`id_shop` = 1) LIMIT 1 |
0.136
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `sm_country` a
LEFT JOIN `sm_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `sm_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/config/config.inc.php:135 (__construct)
/index.php:20 (require_once)
|
| 532 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 137) AND (b.`id_shop` = 1) LIMIT 1 |
0.135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7a5e07_00402515)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9185) AND (b.`id_shop` = 1) LIMIT 1 |
0.134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=11 AND c.id_category!=11
ORDER BY c.position ASC,c.id_category ASC |
0.134
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 643 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `sm_image_type`
WHERE `name` = 'home' |
0.134
ms
|
0 |
|
|
/classes/ImageType.php:122
/modules/ets_megamenu/ets_megamenu.php:308 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1406 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1390 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 644 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `sm_image_type`
WHERE `name` = 'home' |
0.134
ms
|
0 |
|
|
/classes/ImageType.php:122
/modules/ets_megamenu/ets_megamenu.php:308 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1406 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1390 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `sm_module` m
LEFT JOIN `sm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.132
ms
|
102 |
|
|
/classes/module/Module.php:325
/modules/sm_alta_clubahorro/sm_alta_clubahorro.php:20 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1105 (getInstanceByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 78 |
UPDATE `sm_configuration` SET `value` = NULL,`date_upd` = '2026-08-21 15:59:24' WHERE `name` = 'PS_ACCOUNTS_USER_FIREBASE_REFRESH_TOKEN' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Configuration.php:465
/modules/ps_accounts/src/Adapter/Configuration.php:172 (updateValue)
/modules/ps_accounts/src/Adapter/Configuration.php:158 (setRaw)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:231 (set)
/modules/ps_accounts/src/Account/Session/Firebase/OwnerSession.php:94 (updateUserFirebaseIdAndRefreshToken)
/modules/ps_accounts/src/Account/Session/Session.php:89 (setToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 673 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9187 AND `enabled` = 1 LIMIT 1 |
0.132
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 657 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "productcomments" LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) AND (b.`id_shop` = 1) LIMIT 1 |
0.131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7c62b8_50111384)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=68 AND c.id_category!=68
ORDER BY c.position ASC,c.id_category ASC |
0.131
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9264) AND (b.`id_shop` = 1) LIMIT 1 |
0.131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) AND (b.`id_shop` = 1) LIMIT 1 |
0.131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7434b0_21703573)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=100 AND c.id_category!=100
ORDER BY c.position ASC,c.id_category ASC |
0.130
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 655 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `sm_category` c
LEFT JOIN `sm_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 45 AND c.`nright` >= 66 AND c.`nleft` >= 2 AND c.`nright` <= 361 ORDER BY `nleft` DESC |
0.130
ms
|
23 |
|
|
/classes/Category.php:1597
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:255 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE value FROM `sm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.130
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:274
/modules/ps_accounts/src/Adapter/Configuration.php:227 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Account/StatusManager.php:107 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:216 (identityCreated)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9125) AND (b.`id_shop` = 1) LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 488 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=117 AND c.id_category!=117
ORDER BY c.position ASC,c.id_category ASC |
0.130
ms
|
10 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `sm_module` m
LEFT JOIN `sm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.129
ms
|
102 |
|
|
/classes/module/Module.php:325
/modules/sm_productos_temporada/sm_productos_temporada.php:87 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1105 (getInstanceByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 37 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `sm_module` m
LEFT JOIN `sm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.129
ms
|
102 |
|
|
/classes/module/Module.php:325
/modules/sm_captcha/sm_captcha.php:31 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1105 (getInstanceByName)
/classes/controller/FrontController.php:495 (exec)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9119) AND (b.`id_shop` = 1) LIMIT 1 |
0.129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1 |
0.129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc73a420_92508143)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=94 AND c.id_category!=94
ORDER BY c.position ASC,c.id_category ASC |
0.129
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=70 AND c.id_category!=70
ORDER BY c.position ASC,c.id_category ASC |
0.129
ms
|
4 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=146 AND c.id_category!=146
ORDER BY c.position ASC,c.id_category ASC |
0.128
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=46 AND c.id_category!=46
ORDER BY c.position ASC,c.id_category ASC |
0.127
ms
|
7 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=54 AND c.id_category!=54
ORDER BY c.position ASC,c.id_category ASC |
0.127
ms
|
5 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) AND (b.`id_shop` = 1) LIMIT 1 |
0.127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 710 |
SELECT SQL_NO_CACHE *
FROM sm_meta m
LEFT JOIN sm_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.127
ms
|
2 |
|
|
/classes/Meta.php:161
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 741 |
SELECT SQL_NO_CACHE `id_guest`
FROM `sm_connections`
WHERE `id_guest` = 30943
AND `date_add` > '2026-08-21 15:29:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.127
ms
|
1 |
Yes
|
|
/classes/Connection.php:148
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:379 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9263) AND (b.`id_shop` = 1) LIMIT 1 |
0.127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 106) AND (b.`id_shop` = 1) LIMIT 1 |
0.127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9115) AND (b.`id_shop` = 1) LIMIT 1 |
0.126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) AND (b.`id_shop` = 1) LIMIT 1 |
0.126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7ce093_71848150)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=129 AND c.id_category!=129
ORDER BY c.position ASC,c.id_category ASC |
0.126
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE id_lang FROM `sm_lang` WHERE is_rtl=0 AND active=1 LIMIT 1 |
0.126
ms
|
1 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:530
/modules/ets_megamenu/ets_megamenu.php:1804 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `sm_module` m
LEFT JOIN `sm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.125
ms
|
102 |
|
|
/classes/module/Module.php:325
/modules/registrationfields/registrationfields.php:42 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1105 (getInstanceByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 455 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=115 AND c.id_category!=115
ORDER BY c.position ASC,c.id_category ASC |
0.125
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=113 AND c.id_category!=113
ORDER BY c.position ASC,c.id_category ASC |
0.125
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 663 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9268 AND `enabled` = 1 LIMIT 1 |
0.125
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=28 AND c.id_category!=28
ORDER BY c.position ASC,c.id_category ASC |
0.124
ms
|
5 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 167 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9263) |
0.124
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9193) AND (b.`id_shop` = 1) LIMIT 1 |
0.124
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9144) AND (b.`id_shop` = 1) LIMIT 1 |
0.124
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 146) AND (b.`id_shop` = 1) LIMIT 1 |
0.124
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7f7559_46544820)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 698 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:74 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 155 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9268) |
0.123
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9118) AND (b.`id_shop` = 1) LIMIT 1 |
0.123
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `sm_ets_mm_block` b
LEFT JOIN `sm_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=1
ORDER BY b.sort_order asc |
0.123
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:679
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:520 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1835 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=20 AND c.id_category!=20
ORDER BY c.position ASC,c.id_category ASC |
0.123
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `sm_image_type`
WHERE `name` = 'home' |
0.123
ms
|
0 |
|
|
/classes/ImageType.php:122
/modules/ets_megamenu/ets_megamenu.php:308 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1406 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1390 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 687 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9127 AND `enabled` = 1 LIMIT 1 |
0.123
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9268 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9273
ORDER BY `position` |
0.122
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `sm_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Cart.php:1389
/src/Adapter/Presenter/Cart/CartLazyArray.php:235 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getProductsCount)
/var/cache/prod/smarty/compile/cayuela9/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:25 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6e4531_19338309)
/vendor/smarty/smarty/libs/sysplugins/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:2417 (fetch)
/modules/ps_shoppingcart/ps_shoppingcart.php:136 (fetch)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:87 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 661 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9273 AND `enabled` = 1 LIMIT 1 |
0.122
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 117) LIMIT 1 |
0.122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:131 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:176 (initSearch)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9273 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 242 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9115) |
0.122
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9190) AND (b.`id_shop` = 1) LIMIT 1 |
0.122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 499 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 118) AND (b.`id_shop` = 1) LIMIT 1 |
0.121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7892a3_69623555)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9187) AND (b.`id_shop` = 1) LIMIT 1 |
0.121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1 |
0.121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc74aba2_21388069)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9138) AND (b.`id_shop` = 1) LIMIT 1 |
0.120
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=4 AND c.id_category!=4
ORDER BY c.position ASC,c.id_category ASC |
0.120
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE *
FROM `sm_product` a
LEFT JOIN `sm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `sm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9140) AND (b.`id_shop` = 1) LIMIT 1 |
0.120
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
0.120
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 172 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9193) |
0.119
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9268
ORDER BY `position` |
0.119
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=60 AND c.id_category!=60
ORDER BY c.position ASC,c.id_category ASC |
0.119
ms
|
4 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 679 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9140 AND `enabled` = 1 LIMIT 1 |
0.119
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 160 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9264) |
0.118
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 222 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9125) |
0.118
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=32 AND c.id_category!=32
ORDER BY c.position ASC,c.id_category ASC |
0.118
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 0 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/SpecificPrice.php:413
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 653 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `sm_category` c
LEFT JOIN `sm_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 117 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Category.php:1587
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:255 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 659 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9275 AND `enabled` = 1 LIMIT 1 |
0.117
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 642 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `sm_image_type`
WHERE `name` = 'home' |
0.117
ms
|
0 |
|
|
/classes/ImageType.php:122
/modules/ets_megamenu/ets_megamenu.php:308 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1406 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1390 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=65 AND c.id_category!=65
ORDER BY c.position ASC,c.id_category ASC |
0.116
ms
|
4 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9138 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9127
ORDER BY `position` |
0.115
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 695 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9116 AND `enabled` = 1 LIMIT 1 |
0.115
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 671 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9190 AND `enabled` = 1 LIMIT 1 |
0.114
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `sm_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.114
ms
|
1 |
|
|
/classes/Configuration.php:115
/classes/Configuration.php:98 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:230 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Account/StatusManager.php:107 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:216 (identityCreated)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:87 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=71 AND c.id_category!=71
ORDER BY c.position ASC,c.id_category ASC |
0.114
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 646 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `sm_image_type`
WHERE `name` = 'home' |
0.114
ms
|
0 |
|
|
/classes/ImageType.php:122
/modules/ets_megamenu/ets_megamenu.php:308 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1406 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1390 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 667 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9263 AND `enabled` = 1 LIMIT 1 |
0.114
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 691 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9119 AND `enabled` = 1 LIMIT 1 |
0.114
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 744 |
INSERT INTO `sm_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('30943', '769', '3628718298', '', '1', '1', '2026-08-21 15:59:24') |
0.114
ms
|
1 |
|
|
/classes/ObjectModel.php:524
/classes/Connection.php:168 (add)
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:379 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE *
FROM `sm_currency` a
LEFT JOIN `sm_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `sm_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE *
FROM `sm_tax` a
WHERE (a.`id_tax` = 32) LIMIT 1 |
0.113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/tax/TaxRulesTaxManager.php:93 (__construct)
/classes/Product.php:3672 (getTaxCalculator)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 187 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9185) |
0.113
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 683 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9134 AND `enabled` = 1 LIMIT 1 |
0.113
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9193 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 177 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9190) |
0.112
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9132
ORDER BY `position` |
0.112
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 669 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9193 AND `enabled` = 1 LIMIT 1 |
0.112
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9264 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 182 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9187) |
0.112
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 237 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9116) |
0.111
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=56 AND c.id_category!=56
ORDER BY c.position ASC,c.id_category ASC |
0.111
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.111
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc750079_62776619)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9275 AND `id_group` = 1 LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 207 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9134) |
0.111
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 212 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9132) |
0.111
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9115 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.111
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc709119_29923297)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 202 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9138) |
0.110
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 227 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9119) |
0.110
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `sm_ets_mm_block` b
LEFT JOIN `sm_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=6
ORDER BY b.sort_order asc |
0.110
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:679
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:520 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1835 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.110
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Menu.php:548 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:522 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1835 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=95 AND c.id_category!=95
ORDER BY c.position ASC,c.id_category ASC |
0.110
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 192 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9144) |
0.110
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 217 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9127) |
0.110
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=35 AND c.id_category!=35
ORDER BY c.position ASC,c.id_category ASC |
0.110
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=76 AND c.id_category!=76
ORDER BY c.position ASC,c.id_category ASC |
0.110
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=69 AND c.id_category!=69
ORDER BY c.position ASC,c.id_category ASC |
0.110
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=154 AND c.id_category!=154
ORDER BY c.position ASC,c.id_category ASC |
0.110
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 232 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9118) |
0.109
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 693 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9118 AND `enabled` = 1 LIMIT 1 |
0.109
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `sm_hook_alias` |
0.109
ms
|
86 |
|
|
/classes/Hook.php:312
/classes/Hook.php:343 (getAllHookAliases)
/classes/Hook.php:818 (getHookAliasesFor)
/classes/Hook.php:945 (getHookModuleExecList)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 111 |
SELECT SQL_NO_CACHE id_carrier FROM sm_carrier WHERE deleted = 0 AND active = 1 |
0.109
ms
|
1 |
|
|
/modules/cttexpress/cttexpress.php:556
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 197 |
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 `sm_product` p
INNER JOIN `sm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `sm_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` = 9140) |
0.109
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
0.109
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc74aba2_21388069)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=111 AND c.id_category!=111
ORDER BY c.position ASC,c.id_category ASC |
0.109
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=107 AND c.id_category!=107
ORDER BY c.position ASC,c.id_category ASC |
0.109
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=120 AND c.id_category!=120
ORDER BY c.position ASC,c.id_category ASC |
0.109
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=87 AND c.id_category!=87
ORDER BY c.position ASC,c.id_category ASC |
0.109
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 649 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:255 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 675 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9185 AND `enabled` = 1 LIMIT 1 |
0.109
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 685 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9132 AND `enabled` = 1 LIMIT 1 |
0.109
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 712 |
SELECT SQL_NO_CACHE *
FROM sm_meta m
LEFT JOIN sm_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.109
ms
|
2 |
|
|
/classes/Meta.php:161
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9263 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9187 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9125
ORDER BY `position` |
0.108
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `sm_currency` c
LEFT JOIN sm_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.108
ms
|
1 |
|
|
/classes/Currency.php:1100
/classes/Currency.php:1119 (countActiveCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:123 (isMultiCurrencyActivated)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:87 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=137 AND c.id_category!=137
ORDER BY c.position ASC,c.id_category ASC |
0.108
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 677 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9144 AND `enabled` = 1 LIMIT 1 |
0.108
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 705 |
SELECT SQL_NO_CACHE *
FROM `sm_link_block` a
LEFT JOIN `sm_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1 |
0.108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 734 |
SELECT SQL_NO_CACHE `name`
FROM `sm_manufacturer`
WHERE `id_manufacturer` = 604
AND `active` = 1 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Manufacturer.php:286
/src/Adapter/Presenter/Product/ProductLazyArray.php:578 (getNameById)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getManufacturerName)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:157 (offsetGet)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:379 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE * FROM `sm_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.107
ms
|
7 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1572 (getNoPictureImage)
/classes/controller/FrontController.php:1724 (getTemplateVarUrls)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9116 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9187
ORDER BY `position` |
0.107
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=29 AND c.id_category!=29
ORDER BY c.position ASC,c.id_category ASC |
0.107
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=112 AND c.id_category!=112
ORDER BY c.position ASC,c.id_category ASC |
0.107
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=130 AND c.id_category!=130
ORDER BY c.position ASC,c.id_category ASC |
0.107
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=157 AND c.id_category!=157
ORDER BY c.position ASC,c.id_category ASC |
0.107
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9125 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9185
ORDER BY `position` |
0.107
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=118 AND c.id_category!=118
ORDER BY c.position ASC,c.id_category ASC |
0.107
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9134 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9119 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=48 AND c.id_category!=48
ORDER BY c.position ASC,c.id_category ASC |
0.106
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 99) AND (b.`id_shop` = 1) LIMIT 1 |
0.106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7d2c42_83429218)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=5 AND c.id_category!=5
ORDER BY c.position ASC,c.id_category ASC |
0.105
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=26 AND c.id_category!=26
ORDER BY c.position ASC,c.id_category ASC |
0.105
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=19 AND c.id_category!=19
ORDER BY c.position ASC,c.id_category ASC |
0.105
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 689 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9125 AND `enabled` = 1 LIMIT 1 |
0.105
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9190 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9144 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=47 AND c.id_category!=47
ORDER BY c.position ASC,c.id_category ASC |
0.104
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `sm_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.104
ms
|
1 |
|
|
/classes/Configuration.php:115
/classes/Configuration.php:98 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:230 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Account/StatusManager.php:107 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:216 (identityCreated)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:161 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:263 (isUserAuthenticatedOnAccounts)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:288 (getAccountsShopUuid)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9275 |
0.104
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9138
ORDER BY `position` |
0.104
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 497 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=119 AND c.id_category!=119
ORDER BY c.position ASC,c.id_category ASC |
0.104
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 562 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) AND (b.`id_shop` = 1) LIMIT 1 |
0.104
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 681 |
SELECT SQL_NO_CACHE `enabled`, `hora_limite`, `mensaje`, `mostrar_en_listado`
FROM `sm_sm_compra_antes_de_productos`
WHERE `id_product` = 9138 AND `enabled` = 1 LIMIT 1 |
0.104
ms
|
0 |
|
|
/modules/sm_compra_antes_de/sm_compra_antes_de.php:192
/modules/sm_compra_antes_de/sm_compra_antes_de.php:178 (renderNotice)
/classes/Hook.php:1234 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE `iso_code`
FROM `sm_country`
WHERE `id_country` = 6 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Country.php:256
/src/Adapter/Country/CountryDataProvider.php:104 (getIsoById)
/var/cache/prod/front/ContainerRL4yOnU/getApiClientService.php:23 (getIsoCodebyId)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsDataProviderService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9185 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9132 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9127 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9264
ORDER BY `position` |
0.103
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=18 AND c.id_category!=18
ORDER BY c.position ASC,c.id_category ASC |
0.103
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 498 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=127 AND c.id_category!=127
ORDER BY c.position ASC,c.id_category ASC |
0.103
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=66 AND c.id_category!=66
ORDER BY c.position ASC,c.id_category ASC |
0.103
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 150) AND (b.`id_shop` = 1) LIMIT 1 |
0.103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7f7559_46544820)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `sm_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.102
ms
|
1 |
|
|
/classes/Configuration.php:115
/classes/Configuration.php:98 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:230 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (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:68 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9118 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9138 |
0.102
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9119
ORDER BY `position` |
0.102
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9115
ORDER BY `position` |
0.102
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=61 AND c.id_category!=61
ORDER BY c.position ASC,c.id_category ASC |
0.102
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=96 AND c.id_category!=96
ORDER BY c.position ASC,c.id_category ASC |
0.102
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=67 AND c.id_category!=67
ORDER BY c.position ASC,c.id_category ASC |
0.102
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE `id_lang` FROM `sm_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/Language.php:850
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE *
FROM `sm_currency` a
LEFT JOIN `sm_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Tools.php:693 (getCurrencyInstance)
/classes/controller/FrontController.php:332 (setCurrency)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9140 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9263
ORDER BY `position` |
0.101
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=63 AND c.id_category!=63
ORDER BY c.position ASC,c.id_category ASC |
0.101
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=139 AND c.id_category!=139
ORDER BY c.position ASC,c.id_category ASC |
0.101
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE * FROM `sm_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.101
ms
|
1 |
|
|
/classes/module/Module.php:2168
/classes/Hook.php:1043 (getExceptionsStatic)
/classes/Dispatcher.php:327 (exec)
/index.php:66 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE tr.*
FROM `sm_tax_rule` tr
JOIN `sm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.101
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:77
/classes/Product.php:3698 (getTaxCalculator)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5496 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9116
ORDER BY `position` |
0.101
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE *
FROM `sm_cms` a
LEFT JOIN `sm_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `sm_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Link.php:554 (__construct)
/modules/ets_megamenu/classes/MM_Menu.php:544 (getCMSLink)
/modules/ets_megamenu/classes/MM_Menu.php:522 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1835 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=33 AND c.id_category!=33
ORDER BY c.position ASC,c.id_category ASC |
0.101
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 156) AND (b.`id_shop` = 1) LIMIT 1 |
0.101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7f7559_46544820)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `sm_image_type`
WHERE `name` = 'home' |
0.101
ms
|
0 |
|
|
/classes/ImageType.php:122
/modules/ets_megamenu/ets_megamenu.php:308 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1406 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1390 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=59 AND c.id_category!=59
ORDER BY c.position ASC,c.id_category ASC |
0.100
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=133 AND c.id_category!=133
ORDER BY c.position ASC,c.id_category ASC |
0.100
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=73 AND c.id_category!=73
ORDER BY c.position ASC,c.id_category ASC |
0.100
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=156 AND c.id_category!=156
ORDER BY c.position ASC,c.id_category ASC |
0.100
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE value FROM `sm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/shop/Shop.php:1191
/classes/Currency.php:948 (isFeatureActive)
/classes/Currency.php:870 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE *
FROM `sm_country` a
LEFT JOIN `sm_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/AddressFormat.php:382 (__construct)
/classes/AddressFormat.php:417 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1744 (generateAddress)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE id_block FROM `sm_ets_mm_block` WHERE enabled=1 AND show_clock=1 AND block_type="PRODUCT" LIMIT 1 |
0.100
ms
|
1 |
|
|
/modules/ets_megamenu/classes/MM_Block.php:735
/modules/ets_megamenu/ets_megamenu.php:1516 (checkBlockClockCountDown)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9118
ORDER BY `position` |
0.100
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE *
FROM `sm_ets_mm_column`
WHERE 1 AND id_menu=2
ORDER BY sort_order asc |
0.100
ms
|
6 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:126
/modules/ets_megamenu/classes/MM_Menu.php:520 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1835 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=30 AND c.id_category!=30
ORDER BY c.position ASC,c.id_category ASC |
0.100
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 721 |
SELECT SQL_NO_CACHE *
FROM `sm_cms` a
LEFT JOIN `sm_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1 |
0.100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 628 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 154) AND (b.`id_shop` = 1) LIMIT 1 |
0.099
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7f7559_46544820)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 717 |
SELECT SQL_NO_CACHE *
FROM `sm_cms` a
LEFT JOIN `sm_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
0.099
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE `id_lang` FROM `sm_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/Language.php:850
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:94 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM sm_shop s |
0.099
ms
|
1 |
|
|
/classes/shop/Shop.php:902
/src/Adapter/Configuration.php:363 (getGroupIdFromShopId)
/src/Adapter/Configuration.php:99 (getShopGroupId)
/src/Adapter/Assets/AssetUrlGeneratorTrait.php:48 (get)
/classes/assets/StylesheetManager.php:104 (getFQDN)
/classes/assets/StylesheetManager.php:58 (add)
/classes/controller/FrontController.php:1112 (register)
/classes/controller/FrontController.php:975 (registerStylesheet)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=17 AND c.id_category!=17
ORDER BY c.position ASC,c.id_category ASC |
0.099
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=57 AND c.id_category!=57
ORDER BY c.position ASC,c.id_category ASC |
0.099
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=126 AND c.id_category!=126
ORDER BY c.position ASC,c.id_category ASC |
0.099
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=138 AND c.id_category!=138
ORDER BY c.position ASC,c.id_category ASC |
0.099
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=72 AND c.id_category!=72
ORDER BY c.position ASC,c.id_category ASC |
0.099
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 728 |
SELECT SQL_NO_CACHE `name`
FROM `sm_hook`
WHERE `id_hook` = 1248 LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/Hook.php:260
/classes/Hook.php:1023 (getNameById)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.ps_customeraccountlinksps_customeraccountlinks.tpl.php:105 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc9a5762_22101437)
/vendor/smarty/smarty/libs/sysplugins/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:2417 (fetch)
/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:97 (fetch)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE name, alias FROM `sm_hook_alias` |
0.098
ms
|
86 |
|
|
/classes/Hook.php:364
/classes/Hook.php:151 (getCanonicalHookNames)
/classes/Hook.php:391 (normalizeHookName)
/classes/Hook.php:413 (getAllKnownNames)
/classes/Hook.php:1116 (isHookCallableOn)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 278 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9144
ORDER BY `position` |
0.098
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=25 AND c.id_category!=25
ORDER BY c.position ASC,c.id_category ASC |
0.098
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=36 AND c.id_category!=36
ORDER BY c.position ASC,c.id_category ASC |
0.098
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 115) AND (b.`id_shop` = 1) LIMIT 1 |
0.098
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 519 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 130) AND (b.`id_shop` = 1) LIMIT 1 |
0.098
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc79bdb6_17856769)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 520 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 131) AND (b.`id_shop` = 1) LIMIT 1 |
0.098
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc79bdb6_17856769)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=155 AND c.id_category!=155
ORDER BY c.position ASC,c.id_category ASC |
0.098
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 620 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=149 AND c.id_category!=149
ORDER BY c.position ASC,c.id_category ASC |
0.098
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 745 |
INSERT INTO `sm_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('25757', '', 'cayuelaonline.es/117-limpiezayhogar?page=8', '', '2026-08-21 15:59:24') |
0.098
ms
|
1 |
|
|
/classes/ObjectModel.php:524
/classes/ConnectionsSource.php:86 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:379 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9193
ORDER BY `position` |
0.097
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=22 AND c.id_category!=22
ORDER BY c.position ASC,c.id_category ASC |
0.097
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=44 AND c.id_category!=44
ORDER BY c.position ASC,c.id_category ASC |
0.097
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) AND (b.`id_shop` = 1) LIMIT 1 |
0.097
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc72ea01_84700715)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 547 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=97 AND c.id_category!=97
ORDER BY c.position ASC,c.id_category ASC |
0.097
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 157) AND (b.`id_shop` = 1) LIMIT 1 |
0.097
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7f7559_46544820)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.097
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7243b6_09152332)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration` a
WHERE (a.`id_configuration` = 454) LIMIT 1 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Account/StatusManager.php:107 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:216 (identityCreated)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:161 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:263 (isUserAuthenticatedOnAccounts)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:288 (getAccountsShopUuid)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9190
ORDER BY `position` |
0.096
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `sm_image` i
INNER JOIN sm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `sm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9140
ORDER BY `position` |
0.096
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `sm_ets_mm_block` b
LEFT JOIN `sm_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=2
ORDER BY b.sort_order asc |
0.096
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:679
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:520 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1835 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 105) AND (b.`id_shop` = 1) LIMIT 1 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=131 AND c.id_category!=131
ORDER BY c.position ASC,c.id_category ASC |
0.096
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 603 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 128) AND (b.`id_shop` = 1) LIMIT 1 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7d2c42_83429218)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 616 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=153 AND c.id_category!=153
ORDER BY c.position ASC,c.id_category ASC |
0.096
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 732 |
SELECT SQL_NO_CACHE data
FROM `sm_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.096
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:51 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:379 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=125 AND c.id_category!=125
ORDER BY c.position ASC,c.id_category ASC |
0.096
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=183 AND c.id_category!=183
ORDER BY c.position ASC,c.id_category ASC |
0.096
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=140 AND c.id_category!=140
ORDER BY c.position ASC,c.id_category ASC |
0.096
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 619 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=150 AND c.id_category!=150
ORDER BY c.position ASC,c.id_category ASC |
0.096
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 149) AND (b.`id_shop` = 1) LIMIT 1 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7f7559_46544820)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=16 AND c.id_category!=16
ORDER BY c.position ASC,c.id_category ASC |
0.095
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=12 AND c.id_category!=12
ORDER BY c.position ASC,c.id_category ASC |
0.095
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) AND (b.`id_shop` = 1) LIMIT 1 |
0.095
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7243b6_09152332)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=89 AND c.id_category!=89
ORDER BY c.position ASC,c.id_category ASC |
0.095
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=88 AND c.id_category!=88
ORDER BY c.position ASC,c.id_category ASC |
0.095
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9273 |
0.095
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=14 AND c.id_category!=14
ORDER BY c.position ASC,c.id_category ASC |
0.095
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=13 AND c.id_category!=13
ORDER BY c.position ASC,c.id_category ASC |
0.095
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=74 AND c.id_category!=74
ORDER BY c.position ASC,c.id_category ASC |
0.095
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=152 AND c.id_category!=152
ORDER BY c.position ASC,c.id_category ASC |
0.095
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=123 AND c.id_category!=123
ORDER BY c.position ASC,c.id_category ASC |
0.094
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 126) AND (b.`id_shop` = 1) LIMIT 1 |
0.094
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7892a3_69623555)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 726 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 492 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=124 AND c.id_category!=124
ORDER BY c.position ASC,c.id_category ASC |
0.094
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=122 AND c.id_category!=122
ORDER BY c.position ASC,c.id_category ASC |
0.094
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=121 AND c.id_category!=121
ORDER BY c.position ASC,c.id_category ASC |
0.094
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=86 AND c.id_category!=86
ORDER BY c.position ASC,c.id_category ASC |
0.094
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) AND (b.`id_shop` = 1) LIMIT 1 |
0.094
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 618 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=151 AND c.id_category!=151
ORDER BY c.position ASC,c.id_category ASC |
0.094
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=158 AND c.id_category!=158
ORDER BY c.position ASC,c.id_category ASC |
0.094
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 742 |
SELECT SQL_NO_CACHE id_page_type
FROM sm_page_type
WHERE name = 'category' LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/Page.php:80
/classes/Page.php:35 (getPageTypeByName)
/classes/Connection.php:160 (getCurrentId)
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:379 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=27 AND c.id_category!=27
ORDER BY c.position ASC,c.id_category ASC |
0.093
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) AND (b.`id_shop` = 1) LIMIT 1 |
0.093
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 174) AND (b.`id_shop` = 1) LIMIT 1 |
0.093
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc801ad5_22424954)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9268) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9134 |
0.093
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `sm_ets_mm_block` b
LEFT JOIN `sm_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=5
ORDER BY b.sort_order asc |
0.093
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:679
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:520 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1835 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=15 AND c.id_category!=15
ORDER BY c.position ASC,c.id_category ASC |
0.093
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) AND (b.`id_shop` = 1) LIMIT 1 |
0.093
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=62 AND c.id_category!=62
ORDER BY c.position ASC,c.id_category ASC |
0.093
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=110 AND c.id_category!=110
ORDER BY c.position ASC,c.id_category ASC |
0.093
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=90 AND c.id_category!=90
ORDER BY c.position ASC,c.id_category ASC |
0.093
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) AND (b.`id_shop` = 1) LIMIT 1 |
0.093
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7c62b8_50111384)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=148 AND c.id_category!=148
ORDER BY c.position ASC,c.id_category ASC |
0.093
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 622 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=147 AND c.id_category!=147
ORDER BY c.position ASC,c.id_category ASC |
0.093
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 153) AND (b.`id_shop` = 1) LIMIT 1 |
0.093
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7f7559_46544820)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 648 |
SELECT SQL_NO_CACHE id_lang FROM `sm_lang` WHERE is_rtl=1 AND active=1 LIMIT 1 |
0.093
ms
|
1 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:530
/modules/ets_megamenu/ets_megamenu.php:1804 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `sm_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/shop/Shop.php:542 (__construct)
/config/config.inc.php:160 (getGroup)
/index.php:20 (require_once)
|
| 120 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "shiptopay" LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2234 (getModuleIdByName)
/modules/redsys/redsys.php:122 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:100 (newInstanceArgs)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1105 (getInstanceByName)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE *
FROM `sm_category_lang`
WHERE `id_category` = 117 AND `id_shop` = 1 |
0.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:131 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:176 (initSearch)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=24 AND c.id_category!=24
ORDER BY c.position ASC,c.id_category ASC |
0.092
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
0.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=43 AND c.id_category!=43
ORDER BY c.position ASC,c.id_category ASC |
0.092
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) AND (b.`id_shop` = 1) LIMIT 1 |
0.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc73a420_92508143)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=58 AND c.id_category!=58
ORDER BY c.position ASC,c.id_category ASC |
0.092
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=106 AND c.id_category!=106
ORDER BY c.position ASC,c.id_category ASC |
0.092
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 132) AND (b.`id_shop` = 1) LIMIT 1 |
0.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc79bdb6_17856769)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 138) AND (b.`id_shop` = 1) LIMIT 1 |
0.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7a5e07_00402515)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=77 AND c.id_category!=77
ORDER BY c.position ASC,c.id_category ASC |
0.092
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=78 AND c.id_category!=78
ORDER BY c.position ASC,c.id_category ASC |
0.092
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1 |
0.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7ce093_71848150)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=49 AND c.id_category!=49
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=109 AND c.id_category!=109
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=108 AND c.id_category!=108
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=103 AND c.id_category!=103
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 109) AND (b.`id_shop` = 1) LIMIT 1 |
0.091
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=182 AND c.id_category!=182
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=92 AND c.id_category!=92
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=80 AND c.id_category!=80
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=82 AND c.id_category!=82
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=84 AND c.id_category!=84
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 560 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=98 AND c.id_category!=98
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 713 |
SELECT SQL_NO_CACHE *
FROM `sm_cms` a
LEFT JOIN `sm_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
0.091
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 468 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=102 AND c.id_category!=102
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=132 AND c.id_category!=132
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=79 AND c.id_category!=79
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=81 AND c.id_category!=81
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 557 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=83 AND c.id_category!=83
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=85 AND c.id_category!=85
ORDER BY c.position ASC,c.id_category ASC |
0.091
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) AND (b.`id_shop` = 1) LIMIT 1 |
0.091
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE *
FROM `sm_country_lang`
WHERE `id_country` = 6 |
0.090
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/AddressFormat.php:382 (__construct)
/classes/AddressFormat.php:417 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1744 (generateAddress)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `sm_ets_mm_block` b
LEFT JOIN `sm_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=4
ORDER BY b.sort_order asc |
0.090
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:679
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:520 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1835 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=40 AND c.id_category!=40
ORDER BY c.position ASC,c.id_category ASC |
0.090
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
0.090
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc750079_62776619)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 113) AND (b.`id_shop` = 1) LIMIT 1 |
0.090
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) AND (b.`id_shop` = 1) LIMIT 1 |
0.090
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 85) AND (b.`id_shop` = 1) LIMIT 1 |
0.090
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `sm_lang` a
LEFT JOIN `sm_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.090
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/config/config.inc.php:200 (__construct)
/index.php:20 (require_once)
|
| 34 |
SELECT SQL_NO_CACHE *
FROM `sm_group` a
LEFT JOIN `sm_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.090
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Group.php:61 (__construct)
/classes/Group.php:385 (__construct)
/classes/Cart.php:262 (getCurrent)
/classes/Cart.php:226 (setTaxCalculationMethod)
/classes/controller/FrontController.php:441 (__construct)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9185) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `sm_ets_mm_block` b
LEFT JOIN `sm_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=3
ORDER BY b.sort_order asc |
0.090
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:679
/modules/ets_megamenu/classes/MM_Column.php:134 (getBlocks)
/modules/ets_megamenu/classes/MM_Menu.php:520 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1835 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=42 AND c.id_category!=42
ORDER BY c.position ASC,c.id_category ASC |
0.090
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=41 AND c.id_category!=41
ORDER BY c.position ASC,c.id_category ASC |
0.090
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=64 AND c.id_category!=64
ORDER BY c.position ASC,c.id_category ASC |
0.090
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=91 AND c.id_category!=91
ORDER BY c.position ASC,c.id_category ASC |
0.090
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 706 |
SELECT SQL_NO_CACHE *
FROM `sm_link_block_lang`
WHERE `id_link_block` = 1 |
0.090
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1 |
0.089
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7434b0_21703573)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM sm_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:158
/classes/shop/ShopUrl.php:178 (cacheMainDomainForShop)
/classes/Tools.php:272 (getMainShopDomain)
/classes/Link.php:45 (getShopDomain)
/config/config.inc.php:266 (__construct)
/index.php:20 (require_once)
|
| 104 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_facebook" LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:55 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9275) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9115) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=23 AND c.id_category!=23
ORDER BY c.position ASC,c.id_category ASC |
0.089
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=39 AND c.id_category!=39
ORDER BY c.position ASC,c.id_category ASC |
0.089
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=45 AND c.id_category!=45
ORDER BY c.position ASC,c.id_category ASC |
0.089
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=50 AND c.id_category!=50
ORDER BY c.position ASC,c.id_category ASC |
0.089
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) AND (b.`id_shop` = 1) LIMIT 1 |
0.089
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc73a420_92508143)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) AND (b.`id_shop` = 1) LIMIT 1 |
0.089
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc74aba2_21388069)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=105 AND c.id_category!=105
ORDER BY c.position ASC,c.id_category ASC |
0.089
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=104 AND c.id_category!=104
ORDER BY c.position ASC,c.id_category ASC |
0.089
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=101 AND c.id_category!=101
ORDER BY c.position ASC,c.id_category ASC |
0.089
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 502 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 124) AND (b.`id_shop` = 1) LIMIT 1 |
0.089
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7892a3_69623555)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=134 AND c.id_category!=134
ORDER BY c.position ASC,c.id_category ASC |
0.089
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 152) AND (b.`id_shop` = 1) LIMIT 1 |
0.089
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7f7559_46544820)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 743 |
SELECT SQL_NO_CACHE `id_page`
FROM `sm_page`
WHERE `id_page_type` = 6 AND `id_object` = 117 LIMIT 1 |
0.089
ms
|
2 |
|
|
/classes/Page.php:63
/classes/Connection.php:160 (getCurrentId)
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:379 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=53 AND c.id_category!=53
ORDER BY c.position ASC,c.id_category ASC |
0.088
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=51 AND c.id_category!=51
ORDER BY c.position ASC,c.id_category ASC |
0.088
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) AND (b.`id_shop` = 1) LIMIT 1 |
0.088
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7434b0_21703573)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=116 AND c.id_category!=116
ORDER BY c.position ASC,c.id_category ASC |
0.088
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 104) AND (b.`id_shop` = 1) LIMIT 1 |
0.088
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 125) AND (b.`id_shop` = 1) LIMIT 1 |
0.088
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7892a3_69623555)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 87) AND (b.`id_shop` = 1) LIMIT 1 |
0.088
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=38 AND c.id_category!=38
ORDER BY c.position ASC,c.id_category ASC |
0.087
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=52 AND c.id_category!=52
ORDER BY c.position ASC,c.id_category ASC |
0.087
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 516 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=135 AND c.id_category!=135
ORDER BY c.position ASC,c.id_category ASC |
0.087
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 700 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:74 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 714 |
SELECT SQL_NO_CACHE *
FROM `sm_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
0.087
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 718 |
SELECT SQL_NO_CACHE *
FROM `sm_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
0.087
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `sm_category` c
INNER JOIN `sm_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `sm_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=37 AND c.id_category!=37
ORDER BY c.position ASC,c.id_category ASC |
0.087
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:135
/modules/ets_megamenu/ets_megamenu.php:1701 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM sm_required_field |
0.086
ms
|
1 |
|
|
/classes/ObjectModel.php:1443
/classes/ObjectModel.php:1478 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1409 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:549 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 114) AND (b.`id_shop` = 1) LIMIT 1 |
0.086
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 123) AND (b.`id_shop` = 1) LIMIT 1 |
0.086
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7892a3_69623555)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 1) LIMIT 1 |
0.085
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) AND (b.`id_shop` = 1) LIMIT 1 |
0.085
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc750079_62776619)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 108) AND (b.`id_shop` = 1) LIMIT 1 |
0.085
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) AND (b.`id_shop` = 1) LIMIT 1 |
0.085
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) AND (b.`id_shop` = 1) LIMIT 1 |
0.085
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7ce093_71848150)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9127 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 90) AND (b.`id_shop` = 1) LIMIT 1 |
0.085
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 627 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 155) AND (b.`id_shop` = 1) LIMIT 1 |
0.085
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7f7559_46544820)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 699 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:74 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 702 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 727 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module_shop` WHERE `id_module` = 57 AND `id_shop` = 1 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
0.084
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1 |
0.084
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2234 (getModuleIdByName)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:179 (isInstalled)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:43 (getService)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUserService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsDataProviderService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `sm_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.084
ms
|
1 |
|
|
/classes/Configuration.php:115
/classes/Configuration.php:98 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:230 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:118 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:217 (identityVerified)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE `from` BETWEEN '2026-08-21 00:00:00' AND '2026-08-21 23:59:59' LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/SpecificPrice.php:364
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9132 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) AND (b.`id_shop` = 1) LIMIT 1 |
0.084
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc72ea01_84700715)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 107) AND (b.`id_shop` = 1) LIMIT 1 |
0.084
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 95) AND (b.`id_shop` = 1) LIMIT 1 |
0.084
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 604 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 136) AND (b.`id_shop` = 1) LIMIT 1 |
0.084
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7d2c42_83429218)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 723 |
SELECT SQL_NO_CACHE *
FROM sm_meta m
LEFT JOIN sm_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Meta.php:161
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) AND (b.`id_shop` = 1) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc750079_62776619)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) AND (b.`id_shop` = 1) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:963 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1103 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1524 (getConfig)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE id_product = 9275 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 103) AND (b.`id_shop` = 1) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 101) AND (b.`id_shop` = 1) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 92) AND (b.`id_shop` = 1) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 573 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 86) AND (b.`id_shop` = 1) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) AND (b.`id_shop` = 1) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7c62b8_50111384)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 605 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) AND (b.`id_shop` = 1) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7d2c42_83429218)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 634 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 148) AND (b.`id_shop` = 1) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7f7559_46544820)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE value FROM `sm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.082
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:274
/modules/ps_accounts/src/Adapter/Configuration.php:227 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (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:68 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9268 AND `id_group` = 1 LIMIT 1 |
0.082
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc750079_62776619)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc750079_62776619)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 102) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 116) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 135) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc79bdb6_17856769)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 91) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 94) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 97) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 98) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7c62b8_50111384)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7ce093_71848150)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7d2c42_83429218)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 729 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) AND (b.`id_shop` = 1) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc750079_62776619)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `sm_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.081
ms
|
1 |
|
|
/classes/Configuration.php:115
/classes/Configuration.php:98 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:230 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:118 (getStatus)
/modules/ps_accounts/src/Account/Session/ShopSession.php:102 (identityVerified)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `sm_configuration`
WHERE name = 'PS_ACCOUNTS_OAUTH2_SERVICE_LAST_FAILURE_TIME'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/Configuration.php:115
/classes/Configuration.php:98 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:230 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:113 (getUncached)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:90 (get)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:56 (getLastFailureTime)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/Factory.php:66 (__construct)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/Factory.php:125 (createInstance)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:57 (create)
/modules/ps_accounts/src/Http/Client/Factory.php:36 (__construct)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:125 (create)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:250 (getHttpClient)
/modules/ps_accounts/src/Account/Session/ShopSession.php:203 (getAccessTokenByClientCredentials)
/modules/ps_accounts/src/Account/Session/ShopSession.php:130 (getAccessToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Account/Session/ShopSession.php:114 (getValidToken)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE format
FROM `sm_address_format`
WHERE `id_country` = 6 LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/AddressFormat.php:629
/classes/AddressFormat.php:608 (getFormatDB)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/classes/controller/FrontController.php:1744 (generateAddress)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE `id_category`
FROM `sm_category_shop`
WHERE `id_category` = 117
AND `id_shop` = 1 LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/Category.php:2434
/controllers/front/listing/CategoryController.php:162 (existsInShop)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9268 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9125 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE *
FROM `sm_ets_mm_column`
WHERE 1 AND id_menu=3
ORDER BY sort_order asc |
0.081
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:126
/modules/ets_megamenu/classes/MM_Menu.php:520 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1835 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
0.081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
0.081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1 |
0.081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7243b6_09152332)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1 |
0.081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc73a420_92508143)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 139) AND (b.`id_shop` = 1) LIMIT 1 |
0.081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7a5e07_00402515)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 93) AND (b.`id_shop` = 1) LIMIT 1 |
0.081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 577 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) AND (b.`id_shop` = 1) LIMIT 1 |
0.081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) AND (b.`id_shop` = 1) LIMIT 1 |
0.081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) AND (b.`id_shop` = 1) LIMIT 1 |
0.081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) AND (b.`id_shop` = 1) LIMIT 1 |
0.081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 607 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) AND (b.`id_shop` = 1) LIMIT 1 |
0.081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7d2c42_83429218)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `sm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 122 LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/Category.php:1376
/classes/Product.php:717 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE *
FROM `sm_currency_lang`
WHERE `id_currency` = 1 |
0.080
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Tools.php:693 (getCurrencyInstance)
/classes/controller/FrontController.php:332 (setCurrency)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration` a
WHERE (a.`id_configuration` = 454) LIMIT 1 |
0.080
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Account/StatusManager.php:107 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:216 (identityCreated)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `sm_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.080
ms
|
1 |
|
|
/classes/Configuration.php:115
/classes/Configuration.php:98 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:230 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:268 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:218 (getPointOfContactUuid)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9273) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE * FROM `sm_image_type` |
0.080
ms
|
7 |
|
|
/classes/ImageType.php:141
/classes/ImageType.php:182 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:197 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:82 (getImage)
:undefined ({closure:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever::getAllProductImages():75})
/src/Adapter/Image/ImageRetriever.php:75 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
0.080
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
0.080
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) AND (b.`id_shop` = 1) LIMIT 1 |
0.080
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc72ea01_84700715)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 110) AND (b.`id_shop` = 1) LIMIT 1 |
0.080
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 133) AND (b.`id_shop` = 1) LIMIT 1 |
0.080
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc79bdb6_17856769)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) AND (b.`id_shop` = 1) LIMIT 1 |
0.080
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7b5fd0_11649262)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9119 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
0.080
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
0.080
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7164f5_54610214)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 707 |
SELECT SQL_NO_CACHE *
FROM `sm_link_block` a
LEFT JOIN `sm_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1 |
0.080
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `sm_configuration`
WHERE name = 'PS_ACCOUNTS_OAUTH2_SERVICE_FAILURE_COUNT'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/Configuration.php:115
/classes/Configuration.php:98 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:230 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:113 (getUncached)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:69 (get)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:141 (getFailureCount)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:56 (state)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:235 (call)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:97 (getSafeResponse)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:250 (post)
/modules/ps_accounts/src/Account/Session/ShopSession.php:203 (getAccessTokenByClientCredentials)
/modules/ps_accounts/src/Account/Session/ShopSession.php:130 (getAccessToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Account/Session/ShopSession.php:114 (getValidToken)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `sm_specific_price_priority`
WHERE `id_product` = 9275
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `sm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 118 LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/Category.php:1376
/classes/Product.php:717 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9185 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9115 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) AND (b.`id_shop` = 1) LIMIT 1 |
0.079
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc72ea01_84700715)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `sm_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.079
ms
|
1 |
|
|
/classes/Configuration.php:115
/classes/Configuration.php:98 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:230 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:118 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:217 (identityVerified)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:161 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:263 (isUserAuthenticatedOnAccounts)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:288 (getAccountsShopUuid)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9273 AND `id_group` = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9193) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9118 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9116 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "sm_searchbar" LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:136 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 111) AND (b.`id_shop` = 1) LIMIT 1 |
0.079
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 635 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 147) AND (b.`id_shop` = 1) LIMIT 1 |
0.079
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7f7559_46544820)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 636 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 158) AND (b.`id_shop` = 1) LIMIT 1 |
0.078
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7f7559_46544820)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `sm_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.078
ms
|
1 |
|
|
/classes/Configuration.php:115
/classes/Configuration.php:98 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:230 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Account/Session/ShopSession.php:109 (getCloudShopId)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `sm_specific_price_priority`
WHERE `id_product` = 9268
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9264) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9193 AND `id_group` = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) AND (b.`id_shop` = 1) LIMIT 1 |
0.078
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7243b6_09152332)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1 |
0.078
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc72ea01_84700715)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1 |
0.078
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc72ea01_84700715)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 112) AND (b.`id_shop` = 1) LIMIT 1 |
0.078
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7787d8_57807274)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 183) AND (b.`id_shop` = 1) LIMIT 1 |
0.078
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc79bdb6_17856769)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 140) AND (b.`id_shop` = 1) LIMIT 1 |
0.078
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7a5e07_00402515)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 658 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:196 (__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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:275 (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/cayuela9layouts_layout_left_column_tpl/33/d7/41/33d74158a4b92054b5a5c0bc0e4cd22bff3e4053_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8d6192_01229107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/da/db/b4/dadbb4361f8ea4455c0b2af3af8eede59a1098ff_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cce44_96306837)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/9c/8a/39/9c8a394bf56a7804afa6e9893b0eaa47f3248817_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc8cab85_83805617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:294 (_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/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:396 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:84 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE value FROM `sm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.077
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:274
/modules/ps_accounts/src/Adapter/Configuration.php:227 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:118 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:217 (identityVerified)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `sm_configuration`
WHERE name = 'PS_ACCOUNTS_OAUTH2_SERVICE_FAILURE_COUNT'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/Configuration.php:115
/classes/Configuration.php:98 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:230 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:113 (getUncached)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:69 (get)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:144 (getFailureCount)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:56 (state)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:235 (call)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:97 (getSafeResponse)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:250 (post)
/modules/ps_accounts/src/Account/Session/ShopSession.php:203 (getAccessTokenByClientCredentials)
/modules/ps_accounts/src/Account/Session/ShopSession.php:130 (getAccessToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Account/Session/ShopSession.php:114 (getValidToken)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `sm_configuration`
WHERE name = 'PS_ACCOUNTS_USER_FIREBASE_REFRESH_TOKEN'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/Configuration.php:115
/classes/Configuration.php:98 (getIdByNameFromGivenContext)
/classes/Configuration.php:485 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:172 (updateValue)
/modules/ps_accounts/src/Adapter/Configuration.php:158 (setRaw)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:231 (set)
/modules/ps_accounts/src/Account/Session/Firebase/OwnerSession.php:94 (updateUserFirebaseIdAndRefreshToken)
/modules/ps_accounts/src/Account/Session/Session.php:76 (setToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:161 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:263 (isUserAuthenticatedOnAccounts)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:288 (getAccountsShopUuid)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE * FROM `sm_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.077
ms
|
7 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1572 (getNoPictureImage)
/classes/controller/FrontController.php:1724 (getTemplateVarUrls)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.077
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:231
/src/Adapter/Module/ModuleDataProvider.php:203 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:291 (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:66 (getPsAccountsService)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9144) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9116) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9264 |
0.077
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) AND (b.`id_shop` = 1) LIMIT 1 |
0.077
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc72ea01_84700715)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) AND (b.`id_shop` = 1) LIMIT 1 |
0.077
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc73a420_92508143)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) AND (b.`id_shop` = 1) LIMIT 1 |
0.077
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7434b0_21703573)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) AND (b.`id_shop` = 1) LIMIT 1 |
0.077
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7434b0_21703573)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 134) AND (b.`id_shop` = 1) LIMIT 1 |
0.077
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc79bdb6_17856769)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 182) AND (b.`id_shop` = 1) LIMIT 1 |
0.077
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc7a5e07_00402515)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9263) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9263 |
0.076
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module_shop` WHERE `id_module` = 66 AND `id_shop` = 1 LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:87 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) AND (b.`id_shop` = 1) LIMIT 1 |
0.076
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc72ea01_84700715)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) AND (b.`id_shop` = 1) LIMIT 1 |
0.076
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc72ea01_84700715)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 715 |
SELECT SQL_NO_CACHE *
FROM `sm_cms` a
LEFT JOIN `sm_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
0.076
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 722 |
SELECT SQL_NO_CACHE *
FROM `sm_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1 |
0.076
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9193 |
0.076
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9187 |
0.076
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1 |
0.076
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc72ea01_84700715)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `sm_image_type`
WHERE `name` = 'home' |
0.076
ms
|
0 |
|
|
/classes/ImageType.php:122
/modules/ets_megamenu/ets_megamenu.php:308 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1406 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1390 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration_lang`
WHERE `id_configuration` = 454 |
0.075
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Account/StatusManager.php:107 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:216 (identityCreated)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `sm_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.075
ms
|
1 |
|
|
/classes/Configuration.php:115
/classes/Configuration.php:98 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:230 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:268 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:218 (getPointOfContactUuid)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:161 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:263 (isUserAuthenticatedOnAccounts)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:288 (getAccountsShopUuid)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) AND (b.`id_shop` = 1) LIMIT 1 |
0.075
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc73a420_92508143)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration_lang`
WHERE `id_configuration` = 448 |
0.075
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:113 (getUncached)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:90 (get)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:56 (getLastFailureTime)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/Factory.php:66 (__construct)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/Factory.php:125 (createInstance)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:57 (create)
/modules/ps_accounts/src/Http/Client/Factory.php:36 (__construct)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:125 (create)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:250 (getHttpClient)
/modules/ps_accounts/src/Account/Session/ShopSession.php:203 (getAccessTokenByClientCredentials)
/modules/ps_accounts/src/Account/Session/ShopSession.php:130 (getAccessToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Account/Session/ShopSession.php:114 (getValidToken)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9144 |
0.075
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE *
FROM `sm_category` a
LEFT JOIN `sm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `sm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) AND (b.`id_shop` = 1) LIMIT 1 |
0.075
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/var/cache/prod/smarty/compile/cayuela9/1e/ea/50/1eea50865b73e6730b857be13d02c460e6c7aee6_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc73a420_92508143)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1711 (display)
/modules/ets_megamenu/ets_megamenu.php:1701 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1381 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module_shop` WHERE `id_module` = 36 AND `id_shop` = 1 LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/module/Module.php:2267
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:55 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9187) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9140 |
0.074
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `sm_image_type`
WHERE `name` = 'home' |
0.074
ms
|
0 |
|
|
/classes/ImageType.php:122
/modules/ets_megamenu/ets_megamenu.php:308 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1406 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1390 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 640 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `sm_image_type`
WHERE `name` = 'home' |
0.074
ms
|
0 |
|
|
/classes/ImageType.php:122
/modules/ets_megamenu/ets_megamenu.php:308 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1406 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1390 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1330 (convertBlockProperties)
/var/cache/prod/smarty/compile/cayuela9/94/bf/7d/94bf7dfa6a2a67cf7c981ca049c17c366db6a5a7_2.file.menu-html.tpl.php:225 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc700005_73615412)
/vendor/smarty/smarty/libs/sysplugins/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)
/modules/ets_megamenu/ets_megamenu.php:2396 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1841 (display)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE value FROM `sm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.074
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:274
/modules/ps_accounts/src/Adapter/Configuration.php:227 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:113 (getUncached)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:69 (get)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:141 (getFailureCount)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:56 (state)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:235 (call)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:97 (getSafeResponse)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:250 (post)
/modules/ps_accounts/src/Account/Session/ShopSession.php:203 (getAccessTokenByClientCredentials)
/modules/ps_accounts/src/Account/Session/ShopSession.php:130 (getAccessToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Account/Session/ShopSession.php:114 (getValidToken)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9190) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `sm_product_attribute` pa INNER JOIN sm_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` = 9190 |
0.074
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9140) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE *
FROM `sm_ets_mm_column`
WHERE 1 AND id_menu=4
ORDER BY sort_order asc |
0.073
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:126
/modules/ets_megamenu/classes/MM_Menu.php:520 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1835 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1802 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1818 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:150 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 724 |
SELECT SQL_NO_CACHE *
FROM sm_meta m
LEFT JOIN sm_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/Meta.php:161
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE value FROM `sm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.073
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:274
/modules/ps_accounts/src/Adapter/Configuration.php:227 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:113 (getUncached)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:90 (get)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:56 (getLastFailureTime)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/Factory.php:66 (__construct)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/Factory.php:125 (createInstance)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:57 (create)
/modules/ps_accounts/src/Http/Client/Factory.php:36 (__construct)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:125 (create)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:250 (getHttpClient)
/modules/ps_accounts/src/Account/Session/ShopSession.php:203 (getAccessTokenByClientCredentials)
/modules/ps_accounts/src/Account/Session/ShopSession.php:130 (getAccessToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Account/Session/ShopSession.php:114 (getValidToken)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9134) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9132) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9127) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9125) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 716 |
SELECT SQL_NO_CACHE *
FROM `sm_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
0.073
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 719 |
SELECT SQL_NO_CACHE *
FROM `sm_cms` a
LEFT JOIN `sm_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1 |
0.073
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 730 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module_shop` WHERE `id_module` = 41 AND `id_shop` = 1 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE *
FROM `sm_group_lang`
WHERE `id_group` = 1 |
0.072
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Group.php:61 (__construct)
/classes/Group.php:385 (__construct)
/classes/Cart.php:262 (getCurrent)
/classes/Cart.php:226 (setTaxCalculationMethod)
/classes/controller/FrontController.php:441 (__construct)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE `name`
FROM `sm_hook`
WHERE `id_hook` = 1226 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/Hook.php:260
/classes/Hook.php:1023 (getNameById)
/classes/controller/FrontController.php:495 (exec)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE value FROM `sm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.072
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:274
/modules/ps_accounts/src/Adapter/Configuration.php:227 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:118 (getStatus)
/modules/ps_accounts/src/Account/Session/ShopSession.php:102 (identityVerified)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration_lang`
WHERE `id_configuration` = 454 |
0.072
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Account/StatusManager.php:107 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:216 (identityCreated)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:161 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:263 (isUserAuthenticatedOnAccounts)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:288 (getAccountsShopUuid)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration_lang`
WHERE `id_configuration` = 454 |
0.072
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (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:68 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_group`
WHERE `id_group` = 1 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/Group.php:131
/classes/Product.php:3740 (getReductionByIdGroup)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `sm_specific_price_priority`
WHERE `id_product` = 9263
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.072
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9263 AND `id_group` = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9138) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9119) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 703 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE c.id_currency
FROM `sm_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/Currency.php:873
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE value FROM `sm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.071
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:274
/modules/ps_accounts/src/Adapter/Configuration.php:227 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:268 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:218 (getPointOfContactUuid)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:161 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:263 (isUserAuthenticatedOnAccounts)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:288 (getAccountsShopUuid)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration` a
WHERE (a.`id_configuration` = 454) LIMIT 1 |
0.071
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (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:68 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE id_carrier FROM sm_carrier WHERE deleted = 0 AND active = 1 |
0.071
ms
|
1 |
|
|
/modules/cttexpress/cttexpress.php:572
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE * FROM `sm_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.071
ms
|
7 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1572 (getNoPictureImage)
/classes/controller/FrontController.php:1724 (getTemplateVarUrls)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `sm_stock_available`
WHERE (id_product = 9118) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 720 |
SELECT SQL_NO_CACHE *
FROM `sm_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1 |
0.071
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration` a
WHERE (a.`id_configuration` = 454) LIMIT 1 |
0.070
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:118 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:217 (identityVerified)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE value FROM `sm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.070
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:274
/modules/ps_accounts/src/Adapter/Configuration.php:227 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:268 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:218 (getPointOfContactUuid)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE * FROM `sm_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.070
ms
|
7 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1572 (getNoPictureImage)
/classes/controller/FrontController.php:1724 (getTemplateVarUrls)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9264 AND `id_group` = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 650 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module_shop` WHERE `id_module` = 56 AND `id_shop` = 1 LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:255 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 709 |
SELECT SQL_NO_CACHE *
FROM `sm_hook` a
WHERE (a.`id_hook` = 50) LIMIT 1 |
0.070
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:969 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1103 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1524 (getConfig)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE `id_category`
FROM `sm_category_shop`
WHERE `id_category` = 117
AND `id_shop` = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Category.php:2434
/controllers/front/listing/CategoryController.php:90 (existsInShop)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration_lang`
WHERE `id_configuration` = 454 |
0.069
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:268 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:218 (getPointOfContactUuid)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9127 AND `id_group` = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 725 |
SELECT SQL_NO_CACHE *
FROM sm_meta m
LEFT JOIN sm_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Meta.php:161
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 731 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `sm_country`
WHERE `id_country` = 6 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Country.php:386
/classes/AddressFormat.php:612 (isNeedDniByCountryId)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration` a
WHERE (a.`id_configuration` = 454) LIMIT 1 |
0.068
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:268 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:218 (getPointOfContactUuid)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `sm_country`
WHERE `id_country` = 6 LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/Country.php:386
/classes/AddressFormat.php:612 (isNeedDniByCountryId)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/classes/controller/FrontController.php:1744 (generateAddress)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE id_shop
FROM `sm_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/classes/Tools.php:697 (isAssociatedToShop)
/classes/controller/FrontController.php:332 (setCurrency)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM sm_category_group ctg
WHERE ctg.`id_category` = 117 AND ctg.`id_group` = 1 LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:131 (checkAccess)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration` a
WHERE (a.`id_configuration` = 448) LIMIT 1 |
0.068
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:113 (getUncached)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:90 (get)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:56 (getLastFailureTime)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/Factory.php:66 (__construct)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/Factory.php:125 (createInstance)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:57 (create)
/modules/ps_accounts/src/Http/Client/Factory.php:36 (__construct)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:125 (create)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:250 (getHttpClient)
/modules/ps_accounts/src/Account/Session/ShopSession.php:203 (getAccessTokenByClientCredentials)
/modules/ps_accounts/src/Account/Session/ShopSession.php:130 (getAccessToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Account/Session/ShopSession.php:114 (getValidToken)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE value FROM `sm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.068
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:274
/modules/ps_accounts/src/Adapter/Configuration.php:227 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:118 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:217 (identityVerified)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:161 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:263 (isUserAuthenticatedOnAccounts)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:288 (getAccountsShopUuid)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9190 AND `id_group` = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9185 AND `id_group` = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9140 AND `id_group` = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9125 AND `id_group` = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9116 AND `id_group` = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration` a
WHERE (a.`id_configuration` = 454) LIMIT 1 |
0.067
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:118 (getStatus)
/modules/ps_accounts/src/Account/Session/ShopSession.php:102 (identityVerified)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE value FROM `sm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.067
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:274
/modules/ps_accounts/src/Adapter/Configuration.php:227 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Account/Session/ShopSession.php:109 (getCloudShopId)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration` a
WHERE (a.`id_configuration` = 447) LIMIT 1 |
0.067
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:113 (getUncached)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:69 (get)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:141 (getFailureCount)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:56 (state)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:235 (call)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:97 (getSafeResponse)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:250 (post)
/modules/ps_accounts/src/Account/Session/ShopSession.php:203 (getAccessTokenByClientCredentials)
/modules/ps_accounts/src/Account/Session/ShopSession.php:130 (getAccessToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Account/Session/ShopSession.php:114 (getValidToken)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE value FROM `sm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.067
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:274
/modules/ps_accounts/src/Adapter/Configuration.php:227 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:113 (getUncached)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:69 (get)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:144 (getFailureCount)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:56 (state)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:235 (call)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:97 (getSafeResponse)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:250 (post)
/modules/ps_accounts/src/Account/Session/ShopSession.php:203 (getAccessTokenByClientCredentials)
/modules/ps_accounts/src/Account/Session/ShopSession.php:130 (getAccessToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Account/Session/ShopSession.php:114 (getValidToken)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE 1 FROM `sm_specific_price` WHERE `to` BETWEEN '2026-08-21 00:00:00' AND '2026-08-21 23:59:59' LIMIT 1 |
0.067
ms
|
2 |
|
|
/classes/SpecificPrice.php:368
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9187 AND `id_group` = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9134 AND `id_group` = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9119 AND `id_group` = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9118 AND `id_group` = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `sm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 127 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/Category.php:1376
/classes/Product.php:717 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `sm_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/Category.php:1592
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:255 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 708 |
SELECT SQL_NO_CACHE *
FROM `sm_link_block_lang`
WHERE `id_link_block` = 2 |
0.067
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:92 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 735 |
SELECT SQL_NO_CACHE `name`
FROM `sm_manufacturer`
WHERE `id_manufacturer` = 637
AND `active` = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/Manufacturer.php:286
/src/Adapter/Presenter/Product/ProductLazyArray.php:578 (getNameById)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getManufacturerName)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:157 (offsetGet)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:379 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `sm_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/config/config.inc.php:205 (isAssociatedToShop)
/index.php:20 (require_once)
|
| 52 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration_lang`
WHERE `id_configuration` = 454 |
0.066
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:118 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:217 (identityVerified)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration` a
WHERE (a.`id_configuration` = 454) LIMIT 1 |
0.066
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:118 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:217 (identityVerified)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:161 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:263 (isUserAuthenticatedOnAccounts)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:288 (getAccountsShopUuid)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9144 AND `id_group` = 1 LIMIT 1 |
0.066
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9138 AND `id_group` = 1 LIMIT 1 |
0.066
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9132 AND `id_group` = 1 LIMIT 1 |
0.066
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration` a
WHERE (a.`id_configuration` = 454) LIMIT 1 |
0.066
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Account/Session/ShopSession.php:109 (getCloudShopId)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration` a
WHERE (a.`id_configuration` = 447) LIMIT 1 |
0.066
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:113 (getUncached)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:69 (get)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:144 (getFailureCount)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:56 (state)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:235 (call)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:97 (getSafeResponse)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:250 (post)
/modules/ps_accounts/src/Account/Session/ShopSession.php:203 (getAccessTokenByClientCredentials)
/modules/ps_accounts/src/Account/Session/ShopSession.php:130 (getAccessToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Account/Session/ShopSession.php:114 (getValidToken)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE `reduction`
FROM `sm_product_group_reduction_cache`
WHERE `id_product` = 9115 AND `id_group` = 1 LIMIT 1 |
0.066
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration_lang`
WHERE `id_configuration` = 454 |
0.065
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:118 (getStatus)
/modules/ps_accounts/src/Account/Session/ShopSession.php:102 (identityVerified)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration_lang`
WHERE `id_configuration` = 454 |
0.065
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Account/Session/ShopSession.php:109 (getCloudShopId)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration_lang`
WHERE `id_configuration` = 447 |
0.065
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:113 (getUncached)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:69 (get)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:141 (getFailureCount)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:56 (state)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:235 (call)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:97 (getSafeResponse)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:250 (post)
/modules/ps_accounts/src/Account/Session/ShopSession.php:203 (getAccessTokenByClientCredentials)
/modules/ps_accounts/src/Account/Session/ShopSession.php:130 (getAccessToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Account/Session/ShopSession.php:114 (getValidToken)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 701 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module_shop` WHERE `id_module` = 51 AND `id_shop` = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:74 (__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/cayuela9layouts_layout_left_column_tpl/c3/eb/2a/c3eb2ae5b5b57d16d36b3f6aff9d40a4ffcc363e_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc987a52_98379122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:341 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration_lang`
WHERE `id_configuration` = 447 |
0.064
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:113 (getUncached)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/PersistentCircuitBreaker.php:69 (get)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:144 (getFailureCount)
/modules/ps_accounts/src/Http/Client/CircuitBreaker/CircuitBreaker.php:56 (state)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:235 (call)
/modules/ps_accounts/src/Http/Client/Curl/Client.php:97 (getSafeResponse)
/modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php:250 (post)
/modules/ps_accounts/src/Account/Session/ShopSession.php:203 (getAccessTokenByClientCredentials)
/modules/ps_accounts/src/Account/Session/ShopSession.php:130 (getAccessToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Account/Session/ShopSession.php:114 (getValidToken)
/modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php:83 (getValidToken)
/modules/ps_accounts/src/Account/Session/Session.php:87 (refreshToken)
/modules/ps_accounts/src/Service/PsAccountsService.php:167 (getValidToken)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:61 (getUserToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:60 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:153 (isAuthenticated)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:251 (isUserAuthenticated)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:283 (getAuthenticationToken)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/module/Module.php:2267
/modules/ets_megamenu/classes/MM_Config.php:963 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1103 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1524 (getConfig)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE id_shop
FROM `sm_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/classes/Group.php:388 (isAssociatedToShop)
/classes/Cart.php:262 (getCurrent)
/classes/Cart.php:226 (setTaxCalculationMethod)
/classes/controller/FrontController.php:441 (__construct)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:965 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1103 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1524 (getConfig)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:87 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:136 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration` a
WHERE (a.`id_configuration` = 454) LIMIT 1 |
0.062
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:268 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:218 (getPointOfContactUuid)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:161 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:263 (isUserAuthenticatedOnAccounts)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:288 (getAccountsShopUuid)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration_lang`
WHERE `id_configuration` = 454 |
0.061
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:118 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:217 (identityVerified)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:161 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:263 (isUserAuthenticatedOnAccounts)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:288 (getAccountsShopUuid)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module_shop` WHERE `id_module` = 116 AND `id_shop` = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/classes/module/Module.php:2267
/modules/ets_megamenu/classes/MM_Config.php:965 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1103 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1524 (getConfig)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 736 |
SELECT SQL_NO_CACHE `name`
FROM `sm_manufacturer`
WHERE `id_manufacturer` = 711
AND `active` = 1 LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/Manufacturer.php:286
/src/Adapter/Presenter/Product/ProductLazyArray.php:578 (getNameById)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getManufacturerName)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:157 (offsetGet)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:379 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1 |
0.060
ms
|
1 |
|
|
/classes/module/Module.php:2267
/modules/ets_megamenu/classes/MM_Config.php:969 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1103 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1524 (getConfig)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 737 |
SELECT SQL_NO_CACHE `name`
FROM `sm_manufacturer`
WHERE `id_manufacturer` = 710
AND `active` = 1 LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/Manufacturer.php:286
/src/Adapter/Presenter/Product/ProductLazyArray.php:578 (getNameById)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getManufacturerName)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:157 (offsetGet)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:379 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 738 |
SELECT SQL_NO_CACHE `name`
FROM `sm_manufacturer`
WHERE `id_manufacturer` = 608
AND `active` = 1 LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/Manufacturer.php:286
/src/Adapter/Presenter/Product/ProductLazyArray.php:578 (getNameById)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getManufacturerName)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:157 (offsetGet)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:379 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 739 |
SELECT SQL_NO_CACHE `name`
FROM `sm_manufacturer`
WHERE `id_manufacturer` = 621
AND `active` = 1 LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/Manufacturer.php:286
/src/Adapter/Presenter/Product/ProductLazyArray.php:578 (getNameById)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getManufacturerName)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:157 (offsetGet)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:379 (__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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE *
FROM `sm_configuration_lang`
WHERE `id_configuration` = 454 |
0.057
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:208 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:129 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:450 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:268 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:218 (getPointOfContactUuid)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:166 (isAccountLinked)
/modules/ps_mbo/src/Accounts/Provider/AccountsDataProvider.php:56 (isAccountLinked)
/modules/ps_mbo/src/Addons/User/AddonsUser.php:109 (getAccountsToken)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:161 (isConnectedOnPsAccounts)
/modules/ps_mbo/src/Addons/Provider/AddonsDataProvider.php:263 (isUserAuthenticatedOnAccounts)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:288 (getAccountsShopUuid)
/modules/ps_mbo/src/Module/SourceRetriever/AddonsUrlSourceRetriever.php:112 (buildHeaders)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceRetrieverService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getAddonsUrlSourceHandlerService.php:21 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:22 (load)
/src/Core/Module/SourceHandler/SourceHandlerFactory.php:21 ({closure:ContainerRL4yOnU\getSourceHandlerFactoryService::do():21})
/var/cache/prod/front/ContainerRL4yOnU/getSourceHandlerFactoryService.php:21 (__construct)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/var/cache/prod/front/ContainerRL4yOnU/getModuleManagerService.php:27 (load)
/var/cache/prod/front/ContainerRL4yOnU/FrontKernelProdContainer.php:2746 (do)
/vendor/symfony/dependency-injection/Container.php:229 (load)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/src/Core/Addon/Module/ModuleManagerBuilder.php:93 (get)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:49 (build)
/var/cache/prod/Ps_checkout9553FrontContainer.php:282 (__construct)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2186 (getPsAccountsService)
/var/cache/prod/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE `id_module` FROM `sm_module_shop` WHERE `id_module` = 60 AND `id_shop` = 1 LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:87 (__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/cayuela9layouts_layout_left_column_tpl/41/78/1f/41781f49ff5fc0b11ccb921ef932207d14081578_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6dd1d7_52959290)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:196 (_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/cayuela9layouts_layout_left_column_tpl/00/4e/6a/004e6a49614d11630f4cd4a6a68e0ec6f8cdffbe_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b9c14_29446530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/05/3c/a3/053ca321b29c7d928682d35a202c7d4d0ddff836_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b4f56_35501227)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8a/f8/10/8af810a94a2fdf51bb58e9129e2b0b3efb8616a8_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6b2509_82827882)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/cayuela9layouts_layout_left_column_tpl/8d/cb/33/8dcb337081dc4eac890c1bf76b60e711c42ef01b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a8859bc6a9612_11196243)
/vendor/smarty/smarty/libs/sysplugins/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/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|